ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / RowGroups Property

In This Topic
    RowGroups Property (TransposedGrid<T>)
    In This Topic
    Gets the Transposedgrid's row collection.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property RowGroups As IList(Of TransposedGridRow)
    public virtual IList<TransposedGridRow> RowGroups {get;}
    See Also